projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f8b8c5
)
(time-stamp-time-zone): Allow nil as alternative.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 04:30:52 +0000
(
04:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 04:30:52 +0000
(
04:30
+0000)
lisp/time-stamp.el
patch
|
blob
|
history
diff --git
a/lisp/time-stamp.el
b/lisp/time-stamp.el
index d8a279e00829b8d41b6676f131faddba4f358915..93c4f86af1d43b379452bce9220c59abac8a8cfa 100644
(file)
--- a/
lisp/time-stamp.el
+++ b/
lisp/time-stamp.el
@@
-113,7
+113,7
@@
If nil, no notification is given."
(defcustom time-stamp-time-zone nil
"If non-nil, a string naming the timezone to be used by \\[time-stamp].
Format is the same as that used by the environment variable TZ on your system."
- :type '
string
+ :type '
(choice (const nil) string)
:group 'time-stamp)